home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 226-250 / disk_243 / imagelab / install < prev    next >
Text File  |  1992-05-06  |  770b  |  30 lines

  1. ; Install file for ImageLab
  2.  
  3. echo "Installing ImageLab V2.2"
  4.  
  5. zoo x ILInstall.zoo
  6.  
  7. rename  Ceres.font FONTS:Ceres2.font
  8. makedir FONTS:Ceres2
  9. rename  9b FONTS:Ceres2/9b
  10. echo    "`Ceres' font installed."
  11.  
  12. rename  Tau.font FONTS:Tau2.font
  13. makedir FONTS:Tau2
  14. rename  8 FONTS:Tau2/8
  15. echo    "`Tau' font installed."
  16.  
  17. mkdir   SYS:ImageLab
  18. rename  ImageLab      SYS:ImageLab/ImageLab
  19. rename  ImageLab.info SYS:ImageLab/ImageLab.info
  20. rename  ImageLab.help SYS:ImageLab/ImageLab.help
  21. rename  ImageLab.doc  SYS:ImageLab/ImageLab.doc 
  22. rename  Empty.info    SYS:ImageLab.info
  23.  
  24. protect SYS:ImageLab/ImageLab        flags re
  25. protect SYS:ImageLab/ImageLab.info flags rw
  26. protect SYS:ImageLab/ImageLab.help flags r 
  27. protect SYS:ImageLab/ImageLab.doc  flags r 
  28.  
  29. echo "Installation complete."
  30.